home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / cli / dprun.readme < prev    next >
Encoding:
Text File  |  2002-02-16  |  894 b   |  31 lines

  1. Short:    Attempts to force programs to other pubscreens
  2. Author:   mrtickle@amiga4k.ndo.co.uk
  3. Uploader: mrtickle@amiga4k.ndo.co.uk
  4. Type:     util/cli
  5. Requires: WB3.1+
  6.  
  7. I was trying to record CD audio with SoundFX, but it was annoying swapping
  8. between OS3.9's CD player on workbench, and the SoundFX recorder controls,
  9. so I wrote this util that temporarily changes the default pubscreen, runs
  10. a program and returns. With it I was able to get OS3.9's CD player on the
  11. SoundFX screen, even though the CD player has no pubscreen options.
  12.  
  13. Now I've just added a TV card to my Amiga, and i've found it useful for
  14. moving my TV window to the AmIRC screen.
  15.  
  16. Full Amiga E source included.
  17.  
  18.  
  19. Usage:
  20.  
  21.   DPRun <pubscreen name> <program & arguments>
  22.  
  23.  
  24. Examples:
  25.  
  26.   DPRun AmIRC C:TV
  27.     - Runs TV on my AmIRC pubscreen
  28.  
  29.   DPRun SFX-PubScreen sys:Utilities/PlayCD
  30.     - Runs OS3.9 PlayCD on the SoundFX screen
  31.